html,
body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.5;
	color: #404040;
	margin: 0px auto 0px auto;
	text-align: left;
	margin:0;
	height: 100%;
	min-height: 100%; 
}

body {
	background-color: #CCC;
	background: linear-gradient(#eee, #ccc);
	background-size: cover;
	background-attachment: fixed;
}

.bgi {
	background: url('/web/20180421170631im_/http://hotellvimmerby.nu/bilder/bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


/* Imagesbackground: linear-gradient(#00a3e7, #008cc0); */
img {
	border: 0;
}

img.align-right {
	float: right;
	margin: 0 0 10px 10px;
}

img.align-left {
	float: left;
	margin: 0 10px 10px 0;
}

img.max40 { width: auto; height: auto; max-width: 40%; }
img.max50 { width: auto; height: auto; max-width: 50%; }



/* Links */

a {
	color: #3a7dda;
	text-decoration: none;
}

a:visited { color: #3a7dda; }
a:hover { text-decoration: underline; }


/* Headers and text */

.smaller {
	font-size: .9em;
}

h1,h2,h3,h4 {
	margin: 0 0 0 0;
}
h1 {
	color: #005597;
	font-size: 1.4em;
}
h2 { 
	color: #10609e;
	font-size: 1.3em;
}

p {
	margin: 0 0 1em 0;
}

h2.smaller {
	font-size: 1.2em;
}

/* Structure */

.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

div,
section {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper {
	min-height:100%;
	position:relative;
	margin: auto;
	padding: 0 20px 80px 20px;
}

header {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

header #logo {
	margin: 10px 0 10px 0;
}

#content {
	max-width: 1200px;
	width: 100%;
	margin: 10px auto 0 auto;
}
#content.mtop20 { margin-top: 20px; }

#content .col {
	/*background: #cccccc;
	padding-bottom: 15px;*/
}
#content .col.p33 { width: 33%; }
#content .col.p40 { width: 40%; }
#content .col.p48 { width: 48%; }
#content .col.p50 { width: 50%; }
#content .col.p58 { width: 58%; }
#content .col.p60 { width: 60%; }

#content .col.left { float: left; }
#content .col.right { float: right; }

.mtop.px10 { margin-top: 10px; }
.mtop.px15 { margin-top: 15px; }
.mtop.px20 { margin-top: 20px; }
.mleft.p2 { margin-left: 2%; }
.mright.p2 { margin-right: 2%; }

.height100 { height: 100%; }

/* Structure - Main menu */
header nav {
	width: 100%;
	background: linear-gradient(#0089c2, #006b93);
	height: 50px;
    border-radius: 7px;
	box-shadow: 1px 1px 2px;
}

header nav ul {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
}

header nav ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 10px 5px 0 0;
}

/* Breadcrumbs */

#breadCrumbs {
	width: 100%;
	max-width: 1195px;
	padding: 0 0 0 5px;
	margin: 7px auto 0 auto;
	color: #888;
	font-size: .9em;
}

#breadCrumbs a {
	color: #3d8ab0;
}

body.bgi #breadCrumbs {
	color: #FFF;
}

body.bgi #breadCrumbs a {
	color: #bcdeef;
}

body.bgi #breadCrumbs.dark {
	color: #00709b;
}

body.bgi #breadCrumbs.dark a {
	color: #015879;
}

/*            *\
- Main Content -
\*            */


#content .searchbox {
	background-color: #008cc0;
	background: linear-gradient(#00a3e7, #008cc0);
	border: 3px solid #FFF;
    border-radius: 7px;
	width: 100%;
	height: 220px;
	overflow: hidden;
}
#content .searchbox .content {
	width: 94%;
	padding: 15px;
    border-radius: 7px;
	color: #FFF;
}
#content .searchbox .content h2 {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	color: #FFF;
}
#content .searchbox .content .cap {
	display: block;
	font-size: .9em;
	padding: 0 0 0 1.5%;
}
#content .searchbox .content input[name=where] {
	background: linear-gradient(#FFF, #EEE);
    border-radius: 5px;
	border: 0;
	padding: 5px;
	width: 97%;
	max-width: 97%;
}
#content .searchbox .content input[name=check_in],
#content .searchbox .content input[name=check_out] {
	/*background: linear-gradient(#FFF, #EEE);*/
	background: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/calendar-bg.png') center right no-repeat;
	background-size: auto 100%;
    border-radius: 5px;
	border: 0;
	padding: 5px;
	width: 130px;
	max-width: 94%;
}
#content .searchbox .content button {
	background: linear-gradient(#4ba614, #008c00);
	padding: 5px 15px 5px 15px;
	color: #FFF;
	font-weight: 700;
	margin: 15px 0 0 0;
	border: 2px solid #FFF;
    border-radius: 7px;
	box-shadow: 0 0 3px 0px #000;
	cursor: pointer;
}
#content .searchbox .content button:hover {
	background: linear-gradient(#59bf1c, #01a101);
}

#content .searchbox #searchCheckIn,
#content .searchbox #searchCheckOut {
	position: relative;
	z-index: 9999;
}

#content .searchbox.hotel {
	height: 160px;
}


#content #mainSlider .star {
	position: relative;
	background: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/hotel-stars-yellow.png') no-repeat;
	height: 19px;
	width: 102px;
	display: block;
	margin: 0 0 0 20px;
	float: right;
	right: 25px;
}
#content #mainSlider .star.s45 { width: 90px; }
#content #mainSlider .star.s40 { width: 80px; }
#content #mainSlider .star.s35 { width: 70px; }
#content #mainSlider .star.s30 { width: 60px; }
#content #mainSlider .star.s25 { width: 50px; }
#content #mainSlider .star.s20 { width: 40px; }
#content #mainSlider .star.s15 { width: 30px; }
#content #mainSlider .star.s10 { width: 20px; }
#content #mainSlider .star.s00 { display: none; }

#content #mainSlider .price {
	display: block;
	float: right;
	text-align: right;
	width: 90px;
}


.content-box {
	width: 100%;
	background: #FFF;
	border-radius: 7px;
	overflow: hidden;
}

.textarea {
	width: 100%;
	padding: 10px;
}

.htmlcode {
	width: 100%;
	padding: 0;
}

.gallery {
	width: 100%;
	padding: 0;
	background-color: #222;
}
.gallery a{
	float: left;
	margin: 0 1.33% 0 0;
	width: 24%;
}
.gallery a img {
	float: left;
	width: 100%;
	margin: 0;
}
.gallery a:nth-child(4n) { margin-right: 0; }
.gallery a:nth-child(4n+3) { margin-right: 1.34%; }
.gallery a:nth-child(1n+5) { margin-top: 1.33%; }




.attraction-show {
	width: 100%;
	background: #FFF;
	border-radius: 7px;
	border: 2px solid #FFF;
	box-sizing: border-box;
	overflow: hidden;
}

.attraction-show.h1 { height: 150px;}
.attraction-show.h2 { height: 300px;}
.attraction-show.h3 { height: 450px;}

.attraction-show a:hover { text-decoration: none; }

.attraction-show .image {
	overflow: hidden;
	width: 100%;
	transition: background-size 0.3s linear;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.attraction-show .image:hover {
	background-size: 120% auto;
}
.attraction-show .image:hover span {
	font-weight: 700;
}

.attraction-show .image.h33 { height: 33%; }
.attraction-show .image.h34 { height: 34%; }
.attraction-show .image.h50 { height: 50%; }
.attraction-show .image.h100 { height: 100%; }

.attraction-show .image.border-bottom { border-bottom: 2px solid #FFF; }
.attraction-show .image.border-left { border-left: 2px solid #FFF; }

.attraction-show .image span {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 4px 8px;
	color: #FFF;
	width: 100%;
	background: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/trans-black-40.png') repeat;
}

@media screen and (max-width: 1024px){
	.attraction-show.h1 { height: 110px; }
	.attraction-show.h2 { height: 220px; }
	.attraction-show.h3 { height: 330px; }
}
@media screen and (max-width: 800px){
	.attraction-show.h1 { height: 85px; font-size: .9em; }
	.attraction-show.h2 { height: 170px; font-size: .9em; }
	.attraction-show.h3 { height: 255px; font-size: .9em; }
	.textarea { font-size: .9em; }
}



/* Sidebar hotel list */
.sidebar-hotel-list {
	width: 100%;
	margin: 5px 0 10px 0;
}

.sidebar-hotel-list img {
	max-width: 25%;
	height: auto;
	float: left;
	margin: 0 8px 0 0;
}

.sidebar-hotel-list a {
	font-weight: 700;
	font-size: 1.1em;
}

.sidebar-hotel-list .star {
	position: relative;
	display: inline-block;
	background: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/hotel-stars-orange.png') no-repeat;
	height: 15px;
	width: 83px;
	margin: 0 10px 0 0;
	top: 1px;
}
.sidebar-hotel-list .star.s45 { width: 75px; }
.sidebar-hotel-list .star.s40 { width: 66px; }
.sidebar-hotel-list .star.s35 { width: 58px; }
.sidebar-hotel-list .star.s30 { width: 50px; }
.sidebar-hotel-list .star.s25 { width: 41px; }
.sidebar-hotel-list .star.s20 { width: 33px; }
.sidebar-hotel-list .star.s15 { width: 25px; }
.sidebar-hotel-list .star.s10 { width: 16px; }
.sidebar-hotel-list .star.s00 { display: none; }

.sidebar-hotel-list .price {
	display: inline-block;
}
.sidebar-hotel-list .distance {
	display: inline-block;
	padding-left: 20px;
}

@media screen and (max-width: 1000px){
	.sidebar-hotel-list { font-size: .9em }
}
@media screen and (max-width: 900px){
	.sidebar-hotel-list { font-size: .8em }
}
@media screen and (max-width: 640px){
	.sidebar-hotel-list { font-size: 1em }
}



/* List front */

ul.list.type1 {
	margin: 0;
	padding: 0;
}
ul.list.type1 li {
	list-style-type: none;
	float: left;
	padding: 0 3% 0 0;
}


ul.list.type2 {
	margin: 0;
	padding: 0;
}
ul.list.type2 li {
	list-style-type: none;
	margin: 0 0 3% 0;
}

div.list-image {
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 500px;
	height: 130px;
	position: relative;
	margin: 0 0 8px 0;
}
div.list-image:hover {
	font-weight: 700;
}

div.list-image span {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 4px 8px;
	background: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/trans-black-70.png') repeat;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
}



/*                  *\
- Hotel List Content - 
\*                  */
.hotel-list {
	width: 100%;
	background: #FFF;
	border-radius: 7px;
	overflow: hidden;
}
.hotel-list .content {
	padding: 7px;
}

#hotelFilter {
	width: 100%;
	padding: 8px;
	background: linear-gradient(#00a3e7, #008cc0);
	color: #FFF;
	font-weight: 700;
}
#hotelFilter span {
	font-weight: 300;
}

#hotelFilter #priceSlider,
#hotelFilter #userRatingSlider,
#hotelFilter #hotelStarsSlider {
	margin: 2px 25px 5px 10px;
	max-width: 150px;
}

@media screen and (max-width: 800px){
	#hotelFilter { font-size: .8em }
}


.hotel-list #sortResult {
	text-align: right;
	float: right;
}
#sortResult #sortPrice,
#sortResult #sortStars,
#sortResult #sortRating {
	display: inline-block;
	cursor: pointer;
}

#sortResult #sortPrice:hover,
#sortResult #sortStars:hover,
#sortResult #sortRating:hover {
	text-decoration: underline;
}

#sortResult .selected {
	font-weight: bold;
}

.hotel-list #searchInfo {
	font-style: italic;
	font-size: .9em;
	float: left;
}

#searchResult #searchInfo {
	margin: 0 0 10px 0;
}

#searchResult .hotel {
	margin: 5px 0 10px 0;
}

#searchResult .hotel img.thumb {
	width: 25%;
	max-width: 150px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}

#searchResult .hotel a.title {
	font-size: 1.1em;
	font-weight: bold;
}

#searchResult .hotel .star {
	display: inline-block;
	background: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/hotel-stars-orange.png') no-repeat;
	height: 15px;
	width: 83px;
	margin: 0 10px 0 0;
}
#searchResult .hotel .star.s45 { width: 75px; }
#searchResult .hotel .star.s40 { width: 66px; }
#searchResult .hotel .star.s35 { width: 58px; }
#searchResult .hotel .star.s30 { width: 50px; }
#searchResult .hotel .star.s25 { width: 41px; }
#searchResult .hotel .star.s20 { width: 33px; }
#searchResult .hotel .star.s15 { width: 25px; }
#searchResult .hotel .star.s10 { width: 16px; }
#searchResult .hotel .star.s00 { display: none; }

#searchResult .hotel .text {
	margin: 7px 0 0 0;
}

#searchResult .hotel .price {
	display: inline-block;
}

#hotelPagination {
	width: 100%;
	padding: 10px 0;
}

#hotelPagination a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 3px 10px;
	border: 1px solid #004d69;
	background-color: #00668b;
	color: #FFF;
}

#hotelPagination a.selected {
	background-color: #00a2e6;
	border: 1px solid #008dc2;
}


@media screen and (max-width: 950px){
	#searchResult .hotel  { font-size: .9em; }
	.hotel-list #sortResult  { font-size: .9em; }
}
@media screen and (max-width: 800px){
	#searchResult .hotel  { font-size: .8em; }
	.hotel-list #sortResult  { font-size: .8em; }
	.hotel-list #searchInfo  { font-size: .8em; }
}


/* Hotel Content Page */

.price-bar {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 1.5em;
	color: #FFF;
}
.price-bar .price-logo { 
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	max-width: 250px;
	width: 33%;
	height: 30px;
	margin: 10px;
	float: left;
	display: inline-block;
	
}

.price-bar.hotels-com {
	background: #e71500;
	background-image: linear-gradient(#e71500,#ce1300);
}
.price-bar.hotels-com .price-logo { 
	background-image: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/hotels-com-logo.png'); 
}
.price-bar.booking {
	background: #003580;
	background-image: linear-gradient(#1456b3,#003580);
}
.price-bar.booking .price-logo { 
	background-image: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/booking-logo.png');
}

.price-bar a,
.price-bar a:visited {
	display: inline-block;
	cursor: pointer;
	background: linear-gradient(#4ba614, #008c00);
	padding: 0 10px;
	color: #FFF;
	font-weight: 700;
	font-size: .6em;
	margin: 9px 10px 0 5px;
	border: 2px solid #FFF;
    border-radius: 7px;
	box-shadow: 0 0 3px 0px #000;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	float: right;
}
.price-bar a:hover {
	text-decoration: none;
	background: linear-gradient(#59bf1c, #01a101);
}


@media screen and (max-width: 950px){
	.price-bar { font-size: 1.3em; }
}
@media screen and (max-width: 800px){
	.price-bar { font-size: .9em; }
	.price-bar a { font-size: .9em; }
}
@media screen and (max-width: 380px){
	.price-bar a { font-size: .8em; padding: 0 7px }
}


/* Page styles */
.page-facts {
	width: 100%;
	border-collapse: collapse
}

.page-facts th,
.page-facts td {
	border: 0px;
	padding: 3px;
}

.page-facts th {
	white-space: nowrap;
	padding-right: 10px;
}

.page-facts tr:nth-child(odd) { background-color: #F4F4F4; }



/* Google Maps */
.gmap-start #map-canvas {
	width: 100%;
	height: 300px;
	border-radius: 7px;
	border: 2px solid #FFF;
}

.gmap-sidebar {
	width: 100%;
	border-radius: 7px;
	border: 2px solid #FFF;
	background-color: #FFF;
}
.gmap-sidebar #map-canvas {
	width: 100%;
	height: 300px;
	border-radius: 7px;
}

.gmap-content {
	width: 100%;
}
.gmap-content #map-canvas {
	width: 100%;
	height: 300px;
	border-radius: 0 0 7px 7px;
}

.gmaphotel {
	width: 100%;
	max-width: 350px;
	min-width: 200px;
}

.gmaphotel img {
	float: left;
	width: 80px;
	height: auto;
	margin: 0 7px 0 0;
}


.gmaphotel .star {
	position: relative;
	display: inline-block;
	background: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/hotel-stars-orange.png') no-repeat;
	height: 15px;
	width: 83px;
	margin: 0 10px 0 0;
	top: 1px;
}
.gmaphotel .star.s45 { width: 75px; }
.gmaphotel .star.s40 { width: 66px; }
.gmaphotel .star.s35 { width: 58px; }
.gmaphotel .star.s30 { width: 50px; }
.gmaphotel .star.s25 { width: 41px; }
.gmaphotel .star.s20 { width: 33px; }
.gmaphotel .star.s15 { width: 25px; }
.gmaphotel .star.s10 { width: 16px; }
.gmaphotel .star.s00 { display: none; }



/*                  *\
- Page List Content - 
\*                  */
.page-list {
	width: 100%;
	background: #FFF;
	border-radius: 7px;
	overflow: hidden;
}
.page-list .content {
	padding: 7px;
}

.page-list #sortResult {
	text-align: right;
	float: right;
}

#sortResult #sortAlpha,
#sortResult #sortRating {
	display: inline-block;
	cursor: pointer;
}

#sortResult #sortAlpha:hover,
#sortResult #sortRating:hover {
	text-decoration: underline;
}

#sortResult .selected {
	font-weight: bold;
}

.page-list #listInfo {
	font-style: italic;
	font-size: .9em;
	float: left;
}

#pageList #listInfo {
	margin: 0 0 10px 0;
}

#pageList .page-item {
	margin: 5px 0 10px 0;
}

#pageList .page-item img.thumb {
	width: 25%;
	max-width: 150px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}

#pageList .page-item a.title {
	font-size: 1.1em;
	font-weight: bold;
}


#pageList .page-item .text {
	margin: 7px 0 0 0;
}

#pagePagination {
	width: 100%;
	padding: 10px 0;
}

#pagePagination a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 3px 10px;
	border: 1px solid #004d69;
	background-color: #00668b;
	color: #FFF;
}

#pagePagination  a.selected {
	background-color: #00a2e6;
	border: 1px solid #008dc2;
}


@media screen and (max-width: 950px){
	#pageList .page-item  { font-size: .9em; }
	.page-list #sortResult  { font-size: .9em; }
}
@media screen and (max-width: 800px){
	#pageList .page-item  { font-size: .8em; }
	.page-list #sortResult  { font-size: .8em; }
	.page-list #searchInfo  { font-size: .8em; }
}


/*                  *\
- Contact Page - 
\*                  */

#contactForm label {
	clear: left;
	float: left;
	width: 30%;
	max-width: 150px;
}
#contactForm #captcha,
#contactForm input,
#contactForm textarea {
	float: left;
	margin-bottom: 20px;
}
#contactForm img { float: left; margin-bottom: 10px; }

#contactForm input[type=text] { width: 65%; max-width: 300px; }
#contactForm textarea { width: 65%; max-width: 500px; height: 200px; }

#contactForm input[type=submit] { clear: both; }


/*------------------------------------*\
   Clickable Dropdown Menu
\*------------------------------------*/

.click-nav ul {
	font-weight:700;
	padding: 0;
}
.click-nav ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
	padding: 0;
	margin: 0;
}
.click-nav ul li.selected,
.click-nav ul li:hover {
	background: linear-gradient(#0075a4, #005c7e);
}

.click-nav ul li.currentSection {
	background: linear-gradient(#026b95, #00516f);
}

.click-nav ul li:first-child {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

.click-nav ul li ul {
	position:absolute;
	left:0;
	right:0;
}
.click-nav ul .clicker {
	background: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/menu-dropdown-arrow.png') no-repeat center 35px;
}
.click-nav ul li a {
	display: inline-block;
	height: 50px;
	padding: 0 15px 0 15px;
	line-height: 50px;
	vertical-align: middle;
	color: #FFF;
	font-size: 1.25em;
	text-decoration: none;
	white-space: nowrap;
}

.click-nav ul li:first-child a {
	padding: 0 15px 0 20px;
}
.click-nav ul.sub {
	font-size: 0.8em;
	background: linear-gradient(#015881, #0070a4);
	width: 215px;
	opacity: .95;
	z-index: 10000;
	box-shadow: 1px 1px 2px;
}
.click-nav ul.sub li:not(:first-child) {

}
.click-nav ul.sub li a {
	display:block;
	height: 30px;
	line-height: 30px;
	width: 200px;
	padding:3px 5px 3px 10px;
	color:#FFF;
	text-decoration:none;
}
.click-nav ul li ul li a:hover {
	background:#1585b2;
}
/* Fallbacks */
.click-nav .no-js ul {
	display:none;
}
.click-nav .no-js:hover ul {
	display:block;
}




/*------------------------------------*\
   Footer
\*------------------------------------*/

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	background: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/trans-black-40.png') repeat;
	color: #DDD;
	margin: 80px 0 0 0;
	font-size: .9em;
}

body.bgi footer {
	background: url('/web/20180421170631im_/http://hotellvimmerby.nu/images/trans-black-70.png') repeat;
}

footer .wrapper {
	max-width: 1200px;
	min-height:100%;
	position:relative;
	margin: auto;
	padding: 10px 20px;
}

footer .copyright {
	font-style: italic;
	float: left;
	width: 33%;
}

footer .links {
	float: right;
	width: 33%;
	text-align: right;
}
footer .links a {
	color: #DDD;
}



/*
     FILE ARCHIVED ON 17:06:31 Apr 21, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:52:31 Sep 08, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 166.631 (3)
  esindex: 0.009
  captures_list: 182.021
  CDXLines.iter: 10.859 (3)
  PetaboxLoader3.datanode: 148.53 (5)
  exclusion.robots: 0.178
  exclusion.robots.policy: 0.164
  RedisCDXSource: 1.559
  PetaboxLoader3.resolve: 894.694 (4)
  load_resource: 910.475
*/